home *** CD-ROM | disk | FTP | other *** search
/ One Click 11 / OneClick11.iso / Bancos de Dados / Conversao / Mysql2Excel / Setup.exe / Mysql2Excel.exe / re.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2003-06-23  |  330 b   |  12 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.2)
  3.  
  4. '''Minimal "re" compatibility wrapper'''
  5. engine = 'sre'
  6. if engine == 'sre':
  7.     from sre import *
  8.     from sre import __all__
  9. else:
  10.     from pre import *
  11.     from pre import __all__
  12.